-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
p2p: migrate secret_connection from tmkms #696
p2p: migrate secret_connection from tmkms #696
Conversation
Codecov Report
@@ Coverage Diff @@
## master #696 +/- ##
========================================
- Coverage 42.1% 40.1% -2.1%
========================================
Files 191 200 +9
Lines 12597 12669 +72
Branches 3227 3182 -45
========================================
- Hits 5312 5088 -224
- Misses 6939 7258 +319
+ Partials 346 323 -23
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dope! Had a first pass mostly for the crate setup. Will look deeper into the code in a second pass.
Thanks for the speedy feedback everyone 🚀 |
This PR made the following dependency changes: Added Packages (Duplicate versions in '()'):
aead 0.3.2
chacha20 0.6.0
chacha20poly1305 0.7.1
cipher 0.2.5
crypto-mac 0.10.0
eyre 0.6.3
hkdf 0.10.0
hmac 0.10.1
indenter 0.3.0
keccak 0.1.0
merlin 2.0.0
poly1305 0.6.1
tendermint-p2p 0.1.0
universal-hash 0.4.0
x25519-dalek 1.1.0
|
Made |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👛 🎣 ⛓ ✴️
Refs #691
NOTE: this is a copy of the
secret_connection
from tmkms witheyre
errors and withoutgenerate_key
function.